BlockingCollection(T) Methods

Task Parallel System.Threading

The BlockingCollection<(Of <(T>)>) type exposes the following members.

Methods

  NameDescription
AddOverloaded.
AddToAnyOverloaded.
CompleteAdding
Marks the BlockingCollection<(Of <(T>)>) instances as not accepting any more additions.
CopyTo
Copies all of the items in the BlockingCollection<(Of <(T>)>) instance to a compatible one-dimensional array, starting at the specified index of the target array.
DisposeOverloaded.
Equals (Inherited from Object.)
Finalize (Inherited from Object.)
GetConsumingEnumerableOverloaded.
GetHashCode (Inherited from Object.)
GetType (Inherited from Object.)
MemberwiseClone (Inherited from Object.)
TakeOverloaded.
TakeFromAnyOverloaded.
ToArray
Copies the items from the BlockingCollection<(Of <(T>)>) instance into a new array.
ToString (Inherited from Object.)
TryAddOverloaded.
TryAddToAnyOverloaded.
TryTakeOverloaded.
TryTakeFromAnyOverloaded.

Explicit Interface Implementations

  NameDescription
ICollection..::.CopyTo
Copies all of the items in the BlockingCollection<(Of <(T>)>) instance to a compatible one-dimensional array, starting at the specified index of the target array.
IEnumerable<(Of <(T>)>)..::.GetEnumerator
Provides an IEnumerator<(Of <(T>)>) for items in the collection.
IEnumerable..::.GetEnumerator
Provides an IEnumerator for items in the collection.

See Also